
.body{
width: 100vh;
height: 100vh;
  background-position: center;
  background-color:darkslategrey;
  color:white;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 1%;
  margin-top: 0;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overscroll-behavior: none;
  overflow: none;
  z-index: 0;
box-sizing: border-box;
}

.left {
    justify-content: left;
    text-align: center;
    position:relative;
}

.center {
  justify-content: center;
  text-align: center;
  position:relative;
}

.right {
  justify-content: right;
  text-align: center;
  position:relative;
}

.gemiddelde{
  width: 100%;
  height: 150px;
  color: grey;
  background-color: black;
  text-align: center;
  border: solid 1px;
  font-size: 100px;
  border-radius: 10px;
  pointer-events:none;
  position:relative;
  /*top: -70px;*/
  margin-top:2%;
}

.start{
  width: 85%;
  height: 100px;
  color: white;
  text-align: center;
  border: solid 2px;
  font-size: 70px; 
  border-radius: 10px;
  position:relative;
  top: 100px;
  background-color: orange;
  justify-content: center;
  -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite;
}

.noteer{
  width: 85%;
  height: 100px;
  color: white;
  background-color: rebeccapurple;
  text-align: center;
  border: solid 1px;
  font-size: 70px; 
  border-radius: 10px;
  display : none;
  position:relative;
  top: 100px;
}

.plusmin{
  width: 38%;
  height: 150px;
  color: white;
  background-color: rebeccapurple;
  text-align: center;
  border: solid 1px;
  font-size: 70px; 
  border-radius: 10px;
  top: 140px;
  position:relative;
  margin: 3%;
z-index: 0;
}

  .menuopties{
    width: 40%;
    height: 100px;
    color: white;
    background-color: rebeccapurple;
    text-align: center;
    border: solid 2px;
    font-size: 45px;
    border-radius: 10px;
    position:relative;
    top: 50px;
    margin: 2%; 
  }

.menurestart{
    width: 120px;
    height: 50px;
    color: white;
    background-color: orangered;
    text-align: center;
    border: solid 2px;
    font-size: 25px;
    border-radius: 10px;
    position:relative;
    top: 30px;
    margin: 2%; 
  }

.spelersnaam{
  width: 100%;
  height: 150px;
  color: grey;
  background-color: black;
  text-align: center;
  font-size: 100px;
  position:relative;
  border-radius: 10px;
  pointer-events:none;
  text-transform: uppercase;
}

.punten{
  width: 100%;
  height: 500px;
  color: grey;
  background-color: black;
  text-align: center;
  border: solid 1px;
  font-size: 300px;
  border-radius: 25px;
  position: relative; 
  pointer-events:none;
}

.tmcleft{
  width: 100%;
  height: 75px;
  color: grey;
  background-color: black;
  text-align: center;
  font-size: 60px;
  position: relative;
  top: 0px;
  left: -100px;
  z-index: 9;
  border-radius: 10px;
  pointer-events:none;
  justify-content: center;
}

.tmcright{
  width: 100%;
  height: 75px;
  color: grey;
  background-color: black;
  text-align: center;
  font-size: 60px;
  position: relative;
  top: 0px;
  left: 100px;
  z-index: 9;
  border-radius: 10px;
  pointer-events:none;
  justify-content: center;
}

.staths{
  width: 100%;
  height: 100px;
  color: grey;
  background-color: black;
  text-align: center;
  border: solid 1px;
  font-size: 80px; 
  border-radius: 10px;
  pointer-events:none;
  margin:1%;
}

.statbrt{
  width: 100%;
  height: 150px;
  color: grey;
  background-color: black;
  text-align: center;
  border: solid 1px;
  font-size: 80px; 
  border-radius: 10px;
  pointer-events:none;
  position:relative;
}

.statbrton{
  width: 100%;
  height: 150px;
  color: grey;
  background-color: black;
  text-align: center;
  border: solid 1px;
  font-size: 80px; 
  border-radius: 10px;
  pointer-events:none;
  position:relative;
  -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.time{
  width:100px;
  font-size: 50px;
  color: white;
  position: relative;
  left:-50px;
  pointer-events:none;
  justify-content: center;
}

.seconds {
  font-size: 100px;
  color: white;
  margin-top:0%;
  justify-content: center;
  text-align: center;
  pointer-events:none;
}

.timeout {
  width: 30%;
  font-size: 60px;
  color: white;
  border: none ;
  background-color: darkslategrey;  
  text-align: center;
  position:relative;
  pointer-events:none;
  margin: 1%;
  text-align: center;
}

h3{
  font-size: 20px;
  color:white;
}

h2{
  font-size: 15px;
  color:white;
}

h1{
  font-size: 12px;
  color:white;
}

.divscorebord{
  padding: 2%;
  margin: 0%;
  padding:20px;
}

.divtimer{
  width: 95%;
  border: solid 1px white;
  border-radius: 1px;
  margin: 2%;
  justify-content: center;
  position: relative;
  display:none;
  font-size: 35px;
  color: white;
}

.divtouch{
  width: 95%;
  border: solid 5px white;
  border-radius: 10px;
  margin: 2%;
  justify-content: center;
  position: relative;
  display:none;
  font-size: 35px;
}

.navmenu2{
  width: 20%;
  height: 100px;
  color: white;
  background-color: blue;
  text-align: center;
  border: solid 3px;
  font-size: 40px; 
  border-radius: 10px;
  position:relative;
  margin : 2%; 
}

.navmenu3{
  width: 40%;
  height: 100px;
  color: white;
  background-color: black;
  text-align: center;
  font-size: 30px; 
  position:relative;
  margin : 2%; 
}
  .sidenav {
    position:fixed;
    z-index: 10;  
    top: 10%;
    left: 35%;
    background-color: black;
    color:black;
    overflow-x: hidden;
    transition: 1s;
    animation: spinner 1s ;
    cursor:pointer;
    text-align: center;
    display:none;
    border: 10px solid white;
    border-radius: 5%;
  }

  .sidenav .closebtn {
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: white;
  }

  .balgeel {
  width: 30px;
  height: 30px;
  position: relative;
  top: 17px;
  left: 3px;
  background-color: yellow;
  border-radius: 50%;
  border-color: yellow;
  cursor:move;
  z-index: 9;
  transition: 0.5s;
  display: none;
}

.balwit {
  width: 30px;
  height: 30px;
  position: relative;
  top: 17px;
  left: 3px;
  background-color: white;
  border-radius: 50%;
  border-color: yellow;
  cursor:move;
  z-index: 9;
  transition: 0.5s;
  display: none;
}

.totalen{
  width: 200px;
  height: 150px;
  position: relative;
  background-color: darkslateblue;
  border-radius: 25%;
  font-size: 70px;
  text-align: center;
}

.totalengem{
  width: 400px;
  height: 150px;
  position: relative;
  background-color: orangered;
  border-radius: 25%;
  font-size: 70px;
  text-align: center;
}

.btn{
  height: 100px;
  width: 100%;
  font-size: 40px;
  padding: 2%;
}